home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / Mar / di9803rs / SNDX.DFM / SNDX.txt
Text File  |  1997-11-03  |  2KB  |  104 lines

  1. object Form1: TForm1
  2.   Left = 241
  3.   Top = 184
  4.   Width = 281
  5.   Height = 199
  6.   Caption = 'Soundex'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 4
  16.     Top = 6
  17.     Width = 24
  18.     Height = 13
  19.     Caption = 'Input'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 4
  23.     Top = 70
  24.     Width = 42
  25.     Height = 13
  26.     Caption = 'Soundex'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 4
  30.     Top = 102
  31.     Width = 39
  32.     Height = 13
  33.     Caption = 'Numeric'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 4
  37.     Top = 134
  38.     Width = 45
  39.     Height = 13
  40.     Caption = 'Extended'
  41.   end
  42.   object InputText: TEdit
  43.     Left = 56
  44.     Top = 5
  45.     Width = 209
  46.     Height = 21
  47.     TabOrder = 0
  48.   end
  49.   object CmdEncode: TButton
  50.     Left = 119
  51.     Top = 34
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Encode'
  55.     Default = True
  56.     TabOrder = 1
  57.     OnClick = CmdEncodeClick
  58.   end
  59.   object Panel1: TPanel
  60.     Left = 56
  61.     Top = 66
  62.     Width = 209
  63.     Height = 23
  64.     TabOrder = 2
  65.     object SoundexLabel: TLabel
  66.       Left = 4
  67.       Top = 4
  68.       Width = 202
  69.       Height = 13
  70.       AutoSize = False
  71.     end
  72.   end
  73.   object Panel2: TPanel
  74.     Left = 56
  75.     Top = 98
  76.     Width = 209
  77.     Height = 23
  78.     Caption = 'Panel2'
  79.     TabOrder = 3
  80.     object NumericLabel: TLabel
  81.       Left = 4
  82.       Top = 4
  83.       Width = 202
  84.       Height = 13
  85.       AutoSize = False
  86.     end
  87.   end
  88.   object Panel3: TPanel
  89.     Left = 56
  90.     Top = 130
  91.     Width = 209
  92.     Height = 23
  93.     Caption = 'Panel3'
  94.     TabOrder = 4
  95.     object ExtendedLabel: TLabel
  96.       Left = 4
  97.       Top = 4
  98.       Width = 202
  99.       Height = 13
  100.       AutoSize = False
  101.     end
  102.   end
  103. end
  104.